home *** CD-ROM | disk | FTP | other *** search
- #pragma once
-
- struct FinderRec;
- typedef struct FinderRec {
- Byte ffill1[4];
- long fModDate;
- Byte ffill2[2];
- struct FinderRec **fParentH;
- Byte ffill3[22];
- long fSelectInfo;
- long fFinder71extra;
- struct FinderRec **fMainDirH;
- long fDirID;
- short fvRefNum;
- Byte ffill4[16];
- short fFlags;
- Byte ffill5[2];
- Byte fFlAttrib;
- Byte fACUser;
- Byte ffill6[4];
- OSType fCreator;
- OSType fType;
- Byte ffill7[102];
- struct FinderRec **fDesktopH;
- }FinderRec, *FinderRecP, **FinderHandle;
-
- void FindName(FinderHandle fh, StringPtr name);
- void FinderHandleToFSSpec(FinderHandle fh, FSSpecPtr f);
-